ServiceUpdateItem Method (ItemChange, MessageDisposition) |
Updates the properties of an existing item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId UpdateItem(
ItemChange itemChange,
MessageDisposition messageDisposition
)
Public Function UpdateItem (
itemChange As ItemChange,
messageDisposition As MessageDisposition
) As ItemId
Parameters
- itemChange
- Type: Independentsoft.ExchangeItemChange
The item change. - messageDisposition
- Type: Independentsoft.ExchangeMessageDisposition
Indicates the disposition mode for Message objects.
Return Value
Type:
ItemIdA collection of update results for each of the specified items.
See Also